home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Educational / HodgePodge3 / Source / Rules.h < prev    next >
Encoding:
Text File  |  1995-06-12  |  230 b   |  15 lines

  1. // Rules.h -- rule object, to be overridden
  2. //                                                C King Software, 9/92
  3.  
  4. #import <objc/Object.h>
  5.  
  6. @interface Rules:Object
  7. {
  8. }
  9.  
  10. - (void)restart :(int)cold;
  11. - (void)resize;    
  12. - (void)compute :(screen_image *)to_screen;
  13.  
  14. @end
  15.